CTools™ doesn’t do constants very well, at this point. This will be fixed. Until then, you either have to make enums or defines for these, manually. What I do is copy them all out to a new file where I can use Find/Replace without messing up something else, fix them all up fast and copy/paste them back.
Find “\r\t” (RETURN, TAB) and replace with “\r#define “, then replace “ == “ with a tab or two, and remove all the ‘;’s.
On a multi-file, use CTools™ “Constants” marker to navigate down the file, to get to where these sets are.